home *** CD-ROM | disk | FTP | other *** search
/ Super CD / Super CD.iso / kids / barbe / install.bat < prev    next >
DOS Batch File  |  1990-10-17  |  1KB  |  38 lines

  1. Echo off
  2. cls
  3. Echo           **************************************************************
  4. Echo           *                                *
  5. Echo           *                 LEARN TO COUNT                         *
  6. Echo           *              INSTALLATION                *
  7. Echo           **************************************************************
  8. Echo.
  9. Echo.
  10. if %1a==a goto Help2
  11. if %1==c: goto Install
  12. if %1==C: goto Install
  13. if %1==d: goto Install
  14. if %1==D: goto Install
  15. goto Help2
  16.  
  17. :Install
  18. Echo  Please wait, while files are copied....
  19. md %1\COUNTING
  20. COPY \*.* %1\COUNTING
  21. CLS
  22. goto AllDone
  23. :Help2
  24. Echo        To install LEARN TO COUNT on your hard drive type INSTALL 
  25. Echo        followed by the hard disk drive letter. For example:
  26. Echo.
  27. Echo        install [x]:   [x] being your hard disk drive letter.
  28. Echo                       (don't forget the colon :)
  29. goto Exit
  30. :AllDone
  31. Echo                          INSTALLATION COMPLETE 
  32. ECHO.
  33. ECHO.
  34. ECHO.
  35. pause
  36. goto exit
  37. :Exit
  38.